home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / Integrator.exe / RCDATA / TFRMSHORTCUTS / TFRMSHORTCUTS.txt
Text File  |  2010-01-14  |  3KB  |  161 lines

  1. object frmShortcuts: TfrmShortcuts
  2.   Left = 232
  3.   Top = 136
  4.   AutoScroll = False
  5.   Caption = 'frmShortcuts'
  6.   ClientHeight = 455
  7.   ClientWidth = 688
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     688
  19.     455)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 545
  26.     Height = 49
  27.     AutoSize = False
  28.     Caption = 
  29.       'Please select registry entry you wish to fix. Click an item with' +
  30.       ' your right mouse button to view additional options.'
  31.     Transparent = True
  32.   end
  33.   object ListView1: TListView
  34.     Left = 8
  35.     Top = 32
  36.     Width = 665
  37.     Height = 378
  38.     Anchors = [akLeft, akTop, akRight, akBottom]
  39.     Checkboxes = True
  40.     Columns = <
  41.       item
  42.         Caption = 'Name'
  43.         Width = 160
  44.       end
  45.       item
  46.         Caption = 'Target'
  47.         Width = 200
  48.       end
  49.       item
  50.         Caption = 'Location'
  51.         Width = 160
  52.       end
  53.       item
  54.         AutoSize = True
  55.         Caption = 'Description'
  56.       end>
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -11
  60.     Font.Name = 'Tahoma'
  61.     Font.Style = []
  62.     ReadOnly = True
  63.     RowSelect = True
  64.     ParentFont = False
  65.     PopupMenu = PopupMenu1
  66.     TabOrder = 0
  67.     ViewStyle = vsReport
  68.   end
  69.   object btnOK: TBitBtn
  70.     Left = 504
  71.     Top = 424
  72.     Width = 75
  73.     Height = 25
  74.     Anchors = [akRight, akBottom]
  75.     Caption = 'OK'
  76.     ModalResult = 1
  77.     TabOrder = 1
  78.     OnClick = btnOKClick
  79.   end
  80.   object btnCancel: TBitBtn
  81.     Left = 598
  82.     Top = 424
  83.     Width = 75
  84.     Height = 25
  85.     Anchors = [akRight, akBottom]
  86.     Caption = 'Cancel'
  87.     ModalResult = 2
  88.     TabOrder = 2
  89.   end
  90.   object PopupMenu1: TPopupMenu
  91.     Left = 256
  92.     Top = 168
  93.     object FixShortcut2: TMenuItem
  94.       Action = actfix
  95.       Default = True
  96.     end
  97.     object N4: TMenuItem
  98.       Caption = '-'
  99.     end
  100.     object CheckAll2: TMenuItem
  101.       Action = actchkall
  102.     end
  103.     object CheckNone2: TMenuItem
  104.       Action = actchknone
  105.     end
  106.     object CheckInvert2: TMenuItem
  107.       Action = actchkinvert
  108.     end
  109.     object N5: TMenuItem
  110.       Caption = '-'
  111.     end
  112.     object Check1: TMenuItem
  113.       Action = actfolder
  114.     end
  115.     object N1: TMenuItem
  116.       Caption = '-'
  117.     end
  118.     object Properties2: TMenuItem
  119.       Action = actproperties
  120.     end
  121.   end
  122.   object ActionList1: TActionList
  123.     Left = 368
  124.     Top = 112
  125.     object actfix: TAction
  126.       Caption = 'Fix Shortcut'
  127.       ImageIndex = 1
  128.       OnExecute = actfixExecute
  129.     end
  130.     object actproperties: TAction
  131.       Caption = 'Properties'
  132.       ImageIndex = 3
  133.       OnExecute = actpropertiesExecute
  134.     end
  135.     object actfolder: TAction
  136.       Caption = 'Explorer'
  137.       ImageIndex = 4
  138.       OnExecute = actfolderExecute
  139.     end
  140.     object actchknone: TAction
  141.       Category = 'check'
  142.       Caption = 'Check None'
  143.       OnExecute = actchknoneExecute
  144.     end
  145.     object actchkall: TAction
  146.       Category = 'check'
  147.       Caption = 'Check All'
  148.       OnExecute = actchkallExecute
  149.     end
  150.     object actchkinvert: TAction
  151.       Category = 'check'
  152.       Caption = 'Check Invert'
  153.       OnExecute = actchkinvertExecute
  154.     end
  155.   end
  156.   object OpenDialog1: TOpenDialog
  157.     Left = 320
  158.     Top = 104
  159.   end
  160. end
  161.